gempy.core.data.ImporterHelper

class gempy.core.data.ImporterHelper(path_to_surface_points: str | None, path_to_orientations: str | None, hash_surface_points: str | None = None, hash_orientations: str | None = None, coord_x_name: str | None = 'X', coord_y_name: str | None = 'Y', coord_z_name: str | None = 'Z', surface_name: str | None = 'formation', gx_name: str | None = 'G_x', gy_name: str | None = 'G_y', gz_name: str | None = 'G_z', pandas_reader_kwargs: dict | None = None)[source]

Examples using gempy.core.data.ImporterHelper

Video Tutorial “code-along”: Modeling step by step

Video Tutorial "code-along": Modeling step by step

Video Tutorial “code-along”: Faults

Video Tutorial "code-along": Faults

Video Tutorial “code-along”: Onlap relations

Video Tutorial "code-along": Onlap relations

Basics: Data Classes and Modeling API

Basics: Data Classes and Modeling API

Grids: Regular, Octree, and Custom

Grids: Regular, Octree, and Custom

2D Visualization: Sections and Custom Plots

2D Visualization: Sections and Custom Plots

3D Visualization: Interactive Model and Custom Plots

3D Visualization: Interactive Model and Custom Plots

Forward Gravity Modeling

Forward Gravity Modeling

Populating a Structural Model with Properties

Populating a Structural Model with Properties

Analyzing Geomodel Topology

Analyzing Geomodel Topology

Model 1 - Horizontal Stratigraphy

Model 1 - Horizontal Stratigraphy

Model 2 - Anticline

Model 2 - Anticline

Model 3 - Recumbent Fold

Model 3 - Recumbent Fold

Model 4 - Pinchout

Model 4 - Pinchout

Model 5 - Fault

Model 5 - Fault

Model 6 - Unconformity

Model 6 - Unconformity

Model 7 - Combination

Model 7 - Combination

Set of more complex examples

Set of more complex examples

Alès Basin, France

Alès Basin, France

Sandstone Greenstone Belt, Western Australia

Sandstone Greenstone Belt, Western Australia

Perth Basin, Western Australia

Perth Basin, Western Australia

Methods

__init__(path_to_surface_points, ...[, ...])

Attributes

coord_x_name

coord_y_name

coord_z_name

gx_name

gy_name

gz_name

hash_orientations

hash_surface_points

pandas_reader_kwargs

surface_name

path_to_surface_points

path_to_orientations

__init__(path_to_surface_points: str | None, path_to_orientations: str | None, hash_surface_points: str | None = None, hash_orientations: str | None = None, coord_x_name: str | None = 'X', coord_y_name: str | None = 'Y', coord_z_name: str | None = 'Z', surface_name: str | None = 'formation', gx_name: str | None = 'G_x', gy_name: str | None = 'G_y', gz_name: str | None = 'G_z', pandas_reader_kwargs: dict | None = None) None